9.本地包含(這題可能出現了問題) 題目源碼如下 <?php include "flag.php"; $a = @$_REQUEST['hello']; eval( "var_dump($a);"); ...